home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 16 / keditpf.zip / PROFILE.KED
Text File  |  1986-02-26  |  4KB  |  138 lines

  1. *
  2. *  This file incorporates my own preferences for color and set options as well
  3. *  as key definitions that map Volkswriter as close as possible.  I have created
  4. *  a help file which is appended to the end of the key definitions.  Put the
  5. *  key description in your KEDIT.HLP file and when you press F1 you will have
  6. *  a duplicate of the Volkswriter help screen displayed at the top of your
  7. *  file.
  8. *
  9. * set colors:
  10. *
  11. * 1.Text: green. 2.Current line: cyan on blue. 3.Block:black on white.
  12. * 4.Cur.line in block: blue on cyan. 5.Cmd line: black on cyan.
  13. * 6.Status line: black on cyan. 7.Msg.line: red. 8.Arrow: black on cyan.
  14. * 9.Line#: green 10 Prefix area with command: green 11. scale line: white.
  15. * 12.TOF/EOF: white. 13.TOF/EOF if current line: white.
  16. *        1  2  3  4  5  6  7  8 9 10 11 12 13
  17. set attr 2 19 112 49 48 48 2 48 2  2  7  7  7
  18. set SCALE ON 3
  19. set REPROFILE ON
  20. *
  21. * Use F1 to call help screen and put it in top half of screen then return to active file:
  22. DEF f1 QCmnd 'kedit kedit.hlp' EXecute QCmnd 'SET SCREEN SIZE 10 *' EXecute QCmnd 'DOWN 5' EXecute QCmnd 'SCALE off' EXecute QCmnd 'nextwindow' EXecute
  23. *
  24. * Use F2 to set up for word processing:
  25. DEF f2 COMMand 'PREServe' EXecute 'SET MARGINS 10 80 15' EXecute 'SET WORDWrap ON' EXecute
  26. *
  27. * Use F3 to move cursor to either end of the cursor line:
  28. DEF f3 IFLEFTEdge ENDChar ELSE FIRSTCH
  29. *
  30. * Use F4 to delete a word:
  31. DEF f4 DELWord
  32. *
  33. * Use f5 to mark the begining of a streaming block:
  34. DEF f5 STREAMMark
  35. *
  36. * Use f6 to mark the end of a streaming block:
  37. DEF f6 STREAMMark
  38. *
  39. * Use f7 to locate text:
  40. DEF f7 COMMand 'LOCATE /'
  41. *
  42. * Use f8 to reformat a paragraph:
  43. DEF f8 FORMatpara
  44. *
  45. * Use f9 to jump between windows:
  46. DEF f9 QCmnd 'nextw' EXecute
  47. *
  48. * Use f10 to unmark blocks:
  49. DEF f10 IFBlock UNMark ENDIF
  50. *
  51. * Use Alt+f1 to print file:
  52. DEF alt-f1 QCmnd 'TOP' EXecute QCmnd 'PRINT * 56' EXecute
  53. *
  54. * Use Alt+f2 to 'read' a file (edit it):
  55. DEF alt-f2 COMMand 'kedit '
  56. *
  57. * Use Alt+f3 to insert a line:
  58. DEF alt-f3 ADDline MARGINL
  59. *
  60. * Use Alt+f4 to delete from the cursor to the end of the line:
  61. DEF alt-f4 DELEnd
  62. *
  63. * Use Alt+f5 to move a block:
  64. DEF alt-f5 MOVEblock
  65. *
  66. * Use Alt+f6 to copy a block:
  67. DEF alt-f6 COPYblock
  68. *
  69. * Use Alt+f7 to change text:
  70. DEF alt-f7 COMMand 'CHANGE /'
  71. *
  72. * Use Alt+f8 to delete a block:
  73. DEF alt-f8 DELBlock
  74. *
  75. * Use Alt+f9 to center text:
  76. DEF alt-f9 CENTer
  77. *
  78. * Use Alt+f10 to quit:
  79. DEF alt-f10 QCmnd 'quit' EXecute QCmnd 'screen 1' EXecute
  80. *
  81. * Ctrl+f1 --> NOT USED
  82. *
  83. * Use Ctrl+f2 to write notes:
  84. DEF ctrl-f2 QCmnd 'kedit notepad' EXecute QCmnd 'screen size 8 *' EXecute
  85. *
  86. * Ctrl+f3 --> NOT USED
  87. *
  88. * Use Ctrl+f4 to delete a line:
  89. DEF ctrl-f4 DELLine
  90. *
  91. * Use Ctrl+f5 to mark the upper left corner of a box:
  92. DEF ctrl-f5 BOXMark
  93. *
  94. * Use Ctrl+f6 to mark the lower right corner of a box:
  95. DEF ctrl-f6 BOXMark
  96. *
  97. * Use Ctrl+f7 to move up:
  98. DEF ctrl-f7 COMMand 'UP '
  99. *
  100. * Use Ctrl+f8 to move down: (This is different from Volkswriter)
  101. DEF ctrl-f8 COMMand 'DOWN '
  102. *
  103. * Ctrl+f9 --> NOT USED
  104. *
  105. * Use Ctrl+f10 to save the file:
  106. DEF ctrl-f10 QCmnd 'save' EXecute
  107. *
  108. * Use Shift-F1 to remove help screen and restore the screen to full size:
  109. DEF shift-f1 QCmnd 'k kedit.hlp' EXecute QCmnd 'quit' EXecute QCmnd 'screen 1' EXecute
  110. *
  111. * Use SHIFT-F2 to restore from word processing:
  112. DEF shift-f2 COMM 'save' EXecute 'RESTore' EXecute
  113. *
  114. *
  115. * Redefine the cursor pad keys:
  116. *
  117. * Use Ctrl+Home to go to the top of the file:
  118. DEF ctrl-home TOPline
  119. *
  120. * Use Ctrl+End to go to the last line of the file:
  121. DEF ctrl-end BOTtomline
  122. *
  123. * Use Ctrl+PgUp to go to the top of the last page:
  124. DEF ctrl-pgup PGUP
  125. *
  126. * Use Ctrl+PgDn to go to the top of the next page:
  127. DEF ctrl-pgdn PGDN
  128. *
  129. * Use the PgUp key to go back half a page:
  130. DEF pgup HALFPGUp
  131. *
  132. * Use the PgDn key to go down half a page:
  133. DEF pgdn HALFPGDn
  134. *
  135. * Use the End key to set the cursor at the bottom of the screen:
  136. DEF end BOTTOMEdge MARGINL
  137. *
  138.